home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-pppext-isdn-00.txt < prev    next >
Text File  |  1993-03-21  |  8KB  |  279 lines

  1.  
  2.  
  3.  
  4. Network Working Group                                        W A Simpson
  5. Internet Draft                                                Daydreamer
  6. expires in six months                                         March 1993
  7.  
  8.  
  9.  
  10.                              PPP over ISDN
  11.  
  12.  
  13.  
  14. Status of this Memo
  15.  
  16.    This memo is the product of the Point-to-Point Protocol Working Group
  17.    of the Internet Engineering Task Force (IETF).  Comments on this memo
  18.    should be submitted to the ietf-ppp@ucdavis.edu mailing list.
  19.  
  20.    Distribution of this memo is unlimited.
  21.  
  22.    This document is an Internet Draft.  Internet Drafts are working
  23.    documents of the Internet Engineering Task Force (IETF), its Areas,
  24.    and its Working Groups.  Note that other groups may also distribute
  25.    working documents as Internet Drafts.  Internet Drafts are draft
  26.    documents valid for a maximum of six months.  Internet Drafts may be
  27.    updated, replaced, or obsoleted by other documents at any time.  It
  28.    is not appropriate to use Internet Drafts as reference material or to
  29.    cite them other than as a ``working draft'' or ``work in progress.''
  30.    Please check the 1id-abstracts.txt listing contained in the
  31.    internet-drafts Shadow Directories on nic.ddn.mil, nnsc.nsf.net,
  32.    nic.nordu.net, ftp.nisc.sri.com, or munnari.oz.au to learn the
  33.    current status of any Internet Draft.
  34.  
  35. Abstract
  36.  
  37.    The Point-to-Point Protocol (PPP) [1] provides a standard method of
  38.    encapsulating Network Layer protocol information over point-to-point
  39.    links.
  40.  
  41.    This document defines a method for using PPP to transport multi-
  42.    protocol datagrams over Integrated Services Digital Network (ISDN) B
  43.    and D channel circuits.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Simpson                  expires in six months                  [Page i]
  56. DRAFT                        PPP over ISDN                    March 1993
  57.  
  58.  
  59. 1.  Introduction
  60.  
  61.    PPP has three main components:
  62.  
  63.       1. A method for encapsulating datagrams over serial links.
  64.  
  65.       2. A Link Control Protocol (LCP) for establishing, configuring,
  66.          and testing the data link connection.
  67.  
  68.       3. A family of Network Control Protocols (NCPs) for establishing
  69.          and configuring different network layer protocols.
  70.  
  71.    PPP was designed as a standard method of communicating over point-
  72.    to-point links.  Initial deployment has been over short local lines,
  73.    leased lines, and plain-old-telephone-service (POTS) using modems.
  74.    As new packet services and higher speed lines are introduced, PPP is
  75.    easily deployed in these environments as well.
  76.  
  77.            One protocol to carry them all.
  78.            One protocol to mind them.
  79.            One protocol to link them all,
  80.            and in the network bind them.
  81.  
  82.  
  83.    This specification is primarily concerned with the use of standard
  84.    PPP frames over ISDN links.  Since ISDN is a point-to-point circuit,
  85.    PPP is well suited to use over ISDN.
  86.  
  87.    The ISDN Primary Rate Interface (PRI) may support hundreds of
  88.    concurrent links.  The PPP LCP and NCP mechanisms are particularly
  89.    useful in this situation in reducing or eliminating hand
  90.    configuration, and facilitating ease of communication between diverse
  91.    implementations.
  92.  
  93. 2.  Encapsulation
  94.  
  95.    PPP provides an encapsulation protocol over both bit-oriented
  96.    synchronous links and asynchronous links with 8 bits of data and no
  97.    parity.  These links MUST be full-duplex, but MAY be either dedicated
  98.    or circuit-switched.  This fits the ISDN model.
  99.  
  100.    PPP uses HDLC [2] as a basis for the encapsulation.  It is completely
  101.    suitable for use with the ISDN B channel.  It is distinguishable from
  102.    other uses of the ISDN D channel.
  103.  
  104.    By default, it is recommended that the PPP HDLC framing be used
  105.    directly over the B or D channel via the native ISDN interface, with
  106.    a synchronous NRZ encoding.  By prior configuration, PPP may also be
  107.  
  108.  
  109.  
  110. Simpson                  expires in six months                  [Page 1]
  111. DRAFT                        PPP over ISDN                    March 1993
  112.  
  113.  
  114.    used with NRZI encoding, and with asynchronous terminal adapters
  115.    conforming to V.120 [3].
  116.  
  117.  
  118. 3.  In-Band Protocol Detection
  119.  
  120.    The PPP HDLC framing may be easily distinguished from other framing
  121.    methods such as Frame Relay or X.25 [4].  Initial PPP packets will
  122.    contain the sequence ff-03-c0-21.  Initial X.25 packets will likely
  123.    have a first octet of 1 or 3.  Initial Frame Relay packets will have
  124.    a first octet which is even.
  125.  
  126.  
  127. 4.  Out-of-Band signaling
  128.  
  129.    Experience has shown that the LLC Information Element is not reliably
  130.    transmitted end to end.
  131.  
  132.    No values which pertain to PPP have been assigned, as yet.
  133.  
  134.    Therefore, the LLC-IE SHOULD NOT be sent, and SHOULD be ignored on
  135.    receipt.
  136.  
  137.  
  138. 5.  Configuration Details
  139.  
  140.    The standard LCP configuration defaults apply to ISDN links.
  141.  
  142.    The LCP recommended options apply to ISDN links.
  143.  
  144.    A maximum PDU size of 1600 is commonly available.  This translates to
  145.    a PPP MRU size of 1598.  The basic HDLC header is significantly
  146.    shorter than the full-sized X.25 or Frame Relay headers, which may
  147.    give additional leeway.  Since the typical network feeding the link
  148.    is unlikely to have a MRU of greater than 1500, it is not expected to
  149.    be worth the trouble to negotiate a higher MRU.
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. Simpson                  expires in six months                  [Page 2]
  166. DRAFT                        PPP over ISDN                    March 1993
  167.  
  168.  
  169. Security Considerations
  170.  
  171.    Security issues are not discussed in this memo.
  172.  
  173. References
  174.  
  175.    [1]   Simpson, W. A., "The Point-to-Point Protocol", RFC 1331, May
  176.          1992.
  177.  
  178.    [2]   International Organization For Standardization, ISO Standard
  179.          3309-1979, "Data communication - High-level data link control
  180.          procedures - Frame structure", 1979.
  181.  
  182.    [3]   CCITT, "Recommendation V.120: Data Communications over the
  183.          Telephone Network", Blue Book, ITU 1988
  184.  
  185.    [4]   Malis, A., Robinson, D., Ullman R., "Multiprotocol Interconnect
  186.          on X.25 and ISDN in the Packet Mode", RFC 1356, August 1992.
  187.  
  188. Acknowledgments
  189.  
  190.  
  191. Chair's Address
  192.  
  193.    The working group can be contacted via the current chair:
  194.  
  195.       Brian Lloyd
  196.       B.P. Lloyd & Associates
  197.       3420 Sudbury Road
  198.       Cameron Park, California 95682
  199.  
  200.       Phone: (916) 676-1147
  201.  
  202.       EMail: brian@lloyd.com
  203.  
  204.  
  205. Author's Address
  206.  
  207.    Questions about this memo can also be directed to:
  208.  
  209.       William Allen Simpson
  210.       Daydreamer
  211.       Computer Systems Consulting Services
  212.       P O Box 6205
  213.       East Lansing, MI  48826-6205
  214.  
  215.       EMail: Bill.Simpson@um.cc.umich.edu
  216.  
  217.  
  218.  
  219.  
  220. Simpson                  expires in six months                  [Page 3]
  221. DRAFT                        PPP over ISDN                    March 1993
  222.  
  223.  
  224.                            Table of Contents
  225.  
  226.  
  227.      1.     Introduction ..........................................    1
  228.  
  229.      2.     Encapsulation .........................................    1
  230.  
  231.      3.     In-Band Protocol Detection ............................    2
  232.  
  233.      4.     Out-of-Band signaling .................................    2
  234.  
  235.      5.     Configuration Details .................................    2
  236.  
  237.      SECURITY CONSIDERATIONS ......................................    3
  238.  
  239.      REFERENCES ...................................................    3
  240.  
  241.      ACKNOWLEDGEMENTS .............................................    3
  242.  
  243.      CHAIR'S ADDRESS ..............................................    3
  244.  
  245.      AUTHOR'S ADDRESS .............................................    3
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278. Bill.Simpson@um.cc.umich.edu
  279.